home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 41
/
Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso
/
Aminet
/
util
/
rexx
/
rxasl.lha
/
rxasl
/
examples
/
file.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
2000-11-07
|
324 b
|
20 lines
/*
ReqFile()
*/
a.DoPatterns = 1
a.Drawer = "RAM:"
a.Pattern = "#?"
res = ReqFile("A")
if res==0 then do
say "LeftEdge:" a.LeftEdge
say "TopEdge: " a.TopEdge
say "Width: " a.Width
say "Height: " a.Height
say "File: " a.File
say "Drawer: " a.Drawer
say "Pattern: " a.Pattern
say "NumArgs: " a.NumArgs
end